The following describes the official PHP automated testing method. The following describes how to analyze the source code of PHP's latest official version 5.2.8 on the LINUX system platform. First, let's take a look at PHP's automated test script
There are a lot of ways to install extensions to PHPFirst, recompileEnter the PHP source directory./configure--prefix=/usr/local/php ... [Other compilation parameters]Ii. adding extensions via PhpizeEnter the PHP source extension application
This article analyzes and studies the official PHP automated test method, the automated test framework structure, and the specific implementation from a tester's point of view. Give the reader a practical example of how PHP implements an effective
System environment: CentOS x86_64
Tokutek for the MongoDB of the modified version, to a large extent, to solve the mongodb deficiencies, such as disk occupancy space.
Open ports:-A input-m state--state new-m tcp-p TCP--dport 80-j ACCEPT-A input-m
The tar command not only extracts a package, but also extracts the files that are specified in the software package. Today a friend asked me, I just went to find the information, hehe
root@ubuntu:/tmp# tar-tf json-1.2.1.tgz
package.xml
json-1.2.
1. Download the source code
$ mkdir /usr/downloads$ wget -c http://cn2.php.net/distributions/php-5.6.20.tar.gz$ tar -xvf php-5.6.20.tar.gz$ mv php-5.6.20 /usr/local/src$ cd !$ & cd php-5.6.20
2. Read the installation Instructions
$ ls -also$ less
In the process of installing PHP7 and various extensions, if you are installing with the source code, you will notice that after make is successful there is always a hint: Don ' t forget to run ' makes test '. This make test is the automated test
Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
E:\windows\system32>cd.. /.. /x86
E:\x86>dir
Volume in Drive E has no label.
Volume Serial number is 960b-9039
Directory of E:\x86
2007/09/30 15:01 .
Introduction: This article will be from a tester's perspective on the official PHP automated testing methods, automated test framework structure, as well as specific implementation of the analysis and research. Give the reader a practical example of
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.